Interface DialogManager

All Superinterfaces:
IPCObject
All Known Implementing Classes:
DialogManagerImpl

public interface DialogManager extends IPCObject
Information provided by the PKI file:

    \class DialogManager
    
    \brief DialogManager manages all the device dialogs.
    
    \example appWindow().getDialogManager()
    
Author:
Auto-generated
  • Method Details

    • closeAll

      void closeAll()
      Information provided by the PKI file:
      
          \brief Closes all the device dialogs.
          
              
    • getCurrentDialog

      DeviceDialog getCurrentDialog()
      Information provided by the PKI file:
      
          \brief Returns the currently focused dialog.
          
          \return DeviceDialog, the DeviceDialog object of the currently focused dialog.
          
              
      Returns:
      DeviceDialog Returns a DeviceDialog
    • getDialog

      DeviceDialog getDialog(String deviceName)
      Information provided by the PKI file:
      
          \brief Returns the device dialog with the specified device name.
          
          \param deviceName, the name of the device of interest.
          
          \return DeviceDialog, the DeviceDialog object with the specified device name.
          
              
      Parameters:
      deviceName - Takes in a parameter of deviceName
      Returns:
      DeviceDialog Returns a DeviceDialog
    • getFocusedDialogName

      String getFocusedDialogName()
      Information provided by the PKI file:
      
          \brief Returns the device name of the dialog that is currently in focus.
          
          \return QString, the name of the device
          
              
      Returns:
      String Returns a String